.. _`Convert Image to Table`: .. _`syip.convert_image_to_table`: Convert Image to Table `````````````````````` .. image:: image_to_table.svg :width: 48 Converts an image into a table with a single column per channel or for the whole image Documentation ::::::::::::: Converts an image into a table with a single column. Definition :::::::::: Input ports ........... **image** image Input image Output ports ............ **data** table Table containing image data **meta** table Table containing image meta data Configuration ............. **Column name** (Column name) Name of column which image data is converted into, or prefix if multiple columns are generated **Coordinates** (Coordinates) Adds a column for XY coordinates. Channel coordinate is also added if multi-columns is false. **Multiple columns** (Multiple columns) Converts each channel of the image into separate column Related nodes ............. * :ref:`syip.convert_table_to_image` * :ref:`syip.convert_image_to_table_2d` * :ref:`syip.convert_table2d_to_image` Implementation .............. .. automodule:: node_export :noindex: .. class:: ImageToTable :noindex: